*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.logo-container{
    padding: 0 60px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
}
.logo{
    background-image: url('./images/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 60px;
    /* background: #ddd; */
    margin-right: 20px;
}
.profile{
    margin-right: 30px;
    height: 60px;
}
@font-face {
    font-family: YouShe;
    src: url('./YouSheBiaoTiHei-2.ttf');
}
.profile-zh{
    font-size: 38px;
    font-family:PingHei,"Helvetica Neue",Helvetica,"微软雅黑",Arial,Verdana,sans-serif;
    line-height: 1.2;
}
.profile-en{
    font-size: 14px;
    font-family:'宋体';
    margin-top: -5px;
}
.experience{
    color: #554e49;
    line-height: 1.5;
    font-size: 18px;
    flex: 1;
}
.service-hotline{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.phone-icon{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.hotline-info{
    font-size: 14px;
}
.hotline-info .title{
    font-family: '宋体';
}
.hotline-info .number{
    color: #df7710;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.nav-container{
    width: 100%;
    height: 40px;
    background-color: #44a5a0;
    box-shadow: 0px -6px 20px 2px #00000038;
    padding: 0 60px;
}
.nav-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nav-item{
    padding: 0 50px;
}
.nav-item:hover{
    background-color: #2f716e;
}
.active{
    background-color: #2f716e;
}
.nav-item a{
    color: #fff;
    line-height: 2.8;
    display: flex;
    font-size: 14px;
}
.mask{
    position: fixed;
    z-index: 10;
    background: #0000003b;
    width: 100%;
    height: 100%;
    display: none;
}
@font-face {
    font-family: 'iconfont';  /* project id 3384711 */
    src: url('');
    src: url('?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_3384711_o0tc6ftnzp.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_3384711_o0tc6ftnzp.woff') format('woff'),
    url('https://at.alicdn.com/t/font_3384711_o0tc6ftnzp.ttf') format('truetype'),
    url('#iconfont') format('svg');
  }
  .toggle{
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    color: #44a5a0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #44a5a0;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}
.swiper {
    width: 100%;
    height: auto;
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #44a5a0;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
    --swiper-pagination-color: #44a5a0;
}  
.swiper .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: auto;
} 
.content{
    height: 900px;
    /* z-index: 1000; */
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0px -6px 12px 2px #00000030;
}
.content-title-en{
    color: #b4b5b5;
    font-size: 24px;
    text-align: center;
}
.content-title-zh{
    font-size: 20px;
    text-align: center;
    position: relative;
}
.content-title-zh span{
    color: #36a49d;
}
.content-title-zh::after{
    content: '';
    width: 60px;
    position: absolute;
    height: 1px;
    bottom: -5px;
    background-color: #36a49d;
    left: 50%;
    margin-left: -30px;
}
.part{
    padding: 20px 200px 0 200px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.about-us-card{
    height: 300px;
    background-color: #eeefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 2;
    margin-bottom: 30px;
}
.about-us-card-pic{
    height: 300px;
    width: 300px;
}
.about-us-card-title{
    font-size: 20px;
    font-weight: normal;
}
.about-us-card-desc{
    font-size: 16px;
}
.about-us-card .info{
    padding: 30px 200px 30px 30px;
}
.about-us-card-list{
    padding-top: 30px;
}
.reverse{
    flex-direction: row-reverse;
}
.bold{
    font-weight: bold;
}
.company-pic-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company-pic-card{
    width: 48%;
}
.company-pic-card .company-pic{
    width: 100%;
}
.company-pic-title{
    font-size: 24px;
    font-family: PingHei,"Helvetica Neue",Helvetica,"微软雅黑",Arial,Verdana,sans-serif;
    display: flex;
    height: 50px;
    align-items: center;
    color: #1b71b2;
}
.NO-icon{
    width: 40px;
    margin-right: 10px;
}
.wing-icon{
    width: 120px;
    position: relative;
    margin-left: -40px;
}
.padding-top-pic{
    padding-top: 100px;
}
.about-price-desc{
    font-size: 14px;
    color: #b4b5b5;
    text-align: center;
    margin: 20px 0;
}
.about-price-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.about-price-item{
    width: 25%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.about-price-item img{
    width: 40%;
    /* display: flex; */
    /* margin-bottom: 10px; */
    margin: 0 auto;
}
.about-price-item p{
    font-size: 22px;
    margin-top: 10px;
}
.category-list{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.category-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.cate-pic{
    width: 160px;
    margin-right: 20px;
    height: 80px;
    display: flex;
}
.cate-pic img{
    width: 100%;
    height: 100%;
}
.cate-desc-title{
    font-size: 20px;
}
.cate-desc p{
    font-size:14px;
}
.footer p{
    font-size: 14px;
    line-height: 2;
}
.copy-right{
    text-align: center;
    margin:20px 0;
}
@media screen and (max-width:1200px) {
    .footer p{
        padding: 0 20px;
    }
    .cate-pic{
        width: 30%;
        margin-right: 20px;
        height: 80px;
        display: flex;
    }
    .cate-pic img{
        width: auto;
        height: auto;
    }
    .cate-desc-title{
        font-size: .4rem;
    }
    .about-price-item{
        width: 50%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .padding-top-pic{
        padding-top: 0;
    }
    .company-pic-list{
        display: flex;
        flex-direction: column;
    }
    .company-pic-card{
        width: 100%;
    }
    .content{
        padding-top: .2rem;
    }
    .content-title-en{
        font-size: .4rem;
    }
    .content-title-zh{
        font-size: .3rem;
    }
    .about-us-card-list{
        padding: .5rem 0 0 0;
    }
    .about-us-card-pic {
        /* height: 300px; */
        /* width: 300px; */
        width: 3rem;
        height: 3rem;
    }
    .about-us-card{
        height: 3rem;
        margin-bottom: .4rem;
    }
    .about-us-card .info{
        padding: 0 10px;
    }
    .about-us-card-title{
        font-size: .4rem;
    }
    .about-us-card-desc{
        font-size: .2rem;
        line-height: 1.4;
    }
    .part{
        padding: 0;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        display: none;
    }
    .swiper-button-next{
        display: none;
    }
    .logo-container{
        /* display: none; */
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: row;
        padding-top: 2rem;
        /* align-items: center; */
        /* display: block; */
        flex-wrap: wrap;
        background: #fff;
    }
    .logo-container>div{
        text-align: center;
        flex: 0 0 100%;
        margin-bottom: .3rem;
    }
    .logo{
        background-color: #fff;
        margin-right: 0;
        background-size: contain;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
    }
    .profile{
        margin-right: 0;
        height: auto;
    }
    .profile-zh{
        font-size: 0.6rem;
        font-family: PingHei,"Helvetica Neue",Helvetica,"微软雅黑",Arial,Verdana,sans-serif;
        line-height: 1.2;
    }
    .profile-en{
        font-size: .1rem;
        font-family: '宋体';
        margin-top: -5px;
    }
    .hotline-info {
        text-align: left;
    }
    .service-hotline {
        justify-content: center;
    }
    .toggle{
        font-size: 1rem;
        display: block;
        position: fixed;
        left: .3rem;
        top: .3rem;
        z-index: 5;
    }
    .nav-container{
        margin-left: -100%;
        width: 40%;
        padding: 0;
        height: auto;
        height: 100%;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
    }
    .nav-list{
        flex-direction: column;
        justify-content:left;
    }
    .nav-item{
        padding: 0 20px;
    }
    .mask{
        display: none;
    }
}
